net/http.http2MetaHeadersFrame.PseudoValue (method)

7 uses

	net/http (current package)
		h2_bundle.go#L3037: func (mh *http2MetaHeadersFrame) PseudoValue(pseudo string) string {
		h2_bundle.go#L6193: 		Method:    f.PseudoValue("method"),
		h2_bundle.go#L6194: 		Scheme:    f.PseudoValue("scheme"),
		h2_bundle.go#L6195: 		Authority: f.PseudoValue("authority"),
		h2_bundle.go#L6196: 		Path:      f.PseudoValue("path"),
		h2_bundle.go#L6197: 		Protocol:  f.PseudoValue("protocol"),
		h2_bundle.go#L9667: 	status := f.PseudoValue("status")